码迷,mamicode.com
首页 >  
搜索关键字:安装active directory 证书错误{0x80070842 (win32:2114)}    ( 6193个结果
bug list
机型:Samsung Galaxy S GT-I9000版本:2.2.1bug:Couldn't create directory for SharedPreferences file xxx.xmlAttempt to read preferences file xxx.xml without p...
分类:其他好文   时间:2014-07-10 10:39:02    阅读次数:311
简单介绍SharePoint 2010 14 Hive目录
如果你熟悉SharePoint 2007, 你必须知道12 Hive目录。在SharePoint 2010中,12 Hive已经被14 Hive 代替。大多数情况下,都是SharePoint文件的默认路径。...
分类:其他好文   时间:2014-07-01 07:47:39    阅读次数:187
Lucene整理--索引的建立
创建索引的过程如下: (1)、建立索引器IndexWriter,这相当于一本书的框架 (2)、建立文档对象Document,这相当于一篇文章 (3)、建立信息字段对象Field,这相当于一篇文章中的不同信息(标题、正文等)。 (4)、将Field添加到Document里面。 (5)、将Document添加到IndexWriter里面。 (6)、关闭索引器IndexWriter。...
分类:其他好文   时间:2014-07-01 06:30:34    阅读次数:334
Linux下Memcached的安装步骤
Linux下Memcached的安装步骤,如果出现/usr/local/memcached/bin/memcached: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory异常在/etc/ld.so.conf中加入/usr/local/lib这一行,保存之后,再运行:/sbin/ldconfig –v更新一下配置即可。...
分类:系统相关   时间:2014-06-30 09:20:50    阅读次数:320
php目录分隔符DIRECTORY_SEPARATOR
在windows我们习惯性的使用“\”作为文件分隔符,但是在linux上系统不认识这个标识,于是就要引入这个php内置变量了:DIRECTORY_SEPARATOR 路径分隔符windows\ or /linux/ 在 Windows 中,斜线(/)和反斜线(\)都可以用作目录分隔符,在l...
分类:Web程序   时间:2014-06-29 18:59:47    阅读次数:244
the tomcat installation directory is not valid. It is missing excepted file or folder
问题描述:thetomcatinstallationdirectoryisnotvalid原因:我在上一页没有选择apachetomcat7.0,因为eclipse版本太低,只有到6.0的server供选择所以这边就算把Name改成7.0,还是配置不了解决方案:安装更高版本的eclipse
分类:其他好文   时间:2014-06-28 06:30:26    阅读次数:575
是否包含目录
if (Directory.Exists(path)) { string[] name = Directory.GetFiles(path); foreach (string item in name) { ...
分类:其他好文   时间:2014-06-27 18:44:08    阅读次数:196
Devstack: A copy of worked local.conf I'm sharing with you.
# Sample ``local.conf`` for user-configurable variables in ``stack.sh`` # NOTE: Copy this file to the root ``devstack`` directory for it to # work properly. # ``local.conf`` is a user-maintained set...
分类:其他好文   时间:2014-06-26 11:41:09    阅读次数:272
如何在MyEclipse中配置Tomcat?
1.下载tomcat免安装版,tomcat路径不含空格         http://download.csdn.net/detail/u014112584/7549191 2.windows -preferences-Myeclipse-servers-tomcat7.x  (1)选择Enable  (2)Tomcat home directory: 粘贴tomcat路径 ...
分类:系统相关   时间:2014-06-26 07:38:55    阅读次数:300
LVS-NAT && LVS-DR模型
Lvs三种模式NATDRTUNLVS-NAT:目标地址转换注意事项:realserver的网关必须指向DIP,通常都是私有地址directory位于client和realserver之间,并负责处理进出的所有通信directory支持端口映射,向外提供服务的端口和realserver的端口可以不相同realserver可以使用任意操作系统较..
分类:其他好文   时间:2014-06-26 06:23:39    阅读次数:510
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!